ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / MoveAsync Method
From index.
To index.

In This Topic
    MoveAsync Method (C1WrapCollectionView<S,T>)
    In This Topic
    Moves an item from the specified position to the new one.
    Syntax
    'Declaration
     
    Public Overridable Function MoveAsync( _
       ByVal fromIndex As System.Integer, _
       ByVal toIndex As System.Integer _
    ) As System.Threading.Tasks.Task
    public virtual System.Threading.Tasks.Task MoveAsync( 
       System.int fromIndex,
       System.int toIndex
    )

    Parameters

    fromIndex
    From index.
    toIndex
    To index.
    See Also